Subgraph#

Subgraph module that defines various classes to manipulate requests and subgraphs.

This module is the glue that connects the lower level modules (i.e.: :module:`query`, :module:`schema`, :module:`transform`, :module:`pagination`) to the higher toplevel modules (i.e.: :module:`subgrounds`).

class subgrounds.subgraph.subgraph.Subgraph(url: 'str', schema: 'SchemaMeta', transforms: 'list[DocumentTransform]' = [<subgrounds.transform.transforms.TypeTransform object at 0x7faf7e3ab5b0>, <subgrounds.transform.transforms.TypeTransform object at 0x7faf7e3aab90>], is_subgraph: 'bool' = True)#