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 0x7ff7e9edd5a0>, <subgrounds.transform.transforms.TypeTransform object at 0x7ff7e9edcf10>], is_subgraph: 'bool' = True)#