@@ -549,7 +549,7 @@ async def _process_nodes_and_relationships(
549549 schema_kind (str): The kind of schema being queried.
550550 branch (str): The branch name.
551551 prefetch_relationships (bool): Flag to indicate whether to prefetch relationship data.
552- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
552+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
553553
554554 Returns:
555555 ProcessRelationsNodeSync: A TypedDict containing two lists:
@@ -666,7 +666,7 @@ async def all(
666666 at (Timestamp, optional): Time of the query. Defaults to Now.
667667 branch (str, optional): Name of the branch to query from. Defaults to default_branch.
668668 populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
669- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
669+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
670670 offset (int, optional): The offset for pagination.
671671 limit (int, optional): The limit for pagination.
672672 include (list[str], optional): List of attributes or relationships to include in the query.
@@ -763,7 +763,7 @@ async def filters(
763763 kind (str): kind of the nodes to query
764764 at (Timestamp, optional): Time of the query. Defaults to Now.
765765 branch (str, optional): Name of the branch to query from. Defaults to default_branch.
766- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
766+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
767767 populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
768768 offset (int, optional): The offset for pagination.
769769 limit (int, optional): The limit for pagination.
@@ -1794,7 +1794,7 @@ def all(
17941794 kind (str): kind of the nodes to query
17951795 at (Timestamp, optional): Time of the query. Defaults to Now.
17961796 branch (str, optional): Name of the branch to query from. Defaults to default_branch.
1797- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1797+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
17981798 populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
17991799 offset (int, optional): The offset for pagination.
18001800 limit (int, optional): The limit for pagination.
@@ -1840,7 +1840,7 @@ def _process_nodes_and_relationships(
18401840 schema_kind (str): The kind of schema being queried.
18411841 branch (str): The branch name.
18421842 prefetch_relationships (bool): Flag to indicate whether to prefetch relationship data.
1843- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1843+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
18441844
18451845 Returns:
18461846 ProcessRelationsNodeSync: A TypedDict containing two lists:
@@ -1927,7 +1927,7 @@ def filters(
19271927 kind (str): kind of the nodes to query
19281928 at (Timestamp, optional): Time of the query. Defaults to Now.
19291929 branch (str, optional): Name of the branch to query from. Defaults to default_branch.
1930- timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1930+ timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
19311931 populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
19321932 offset (int, optional): The offset for pagination.
19331933 limit (int, optional): The limit for pagination.
0 commit comments