Skip to content

Commit 2198a06

Browse files
authored
Merge pull request #591 from opsmill/pog-graphql-casing
Use GraphQL instead of graphql
2 parents 3eadf55 + edc7839 commit 2198a06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infrahub_sdk/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ async def _process_nodes_and_relationships(
550550
schema_kind (str): The kind of schema being queried.
551551
branch (str): The branch name.
552552
prefetch_relationships (bool): Flag to indicate whether to prefetch relationship data.
553-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
553+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
554554
555555
Returns:
556556
ProcessRelationsNodeSync: A TypedDict containing two lists:
@@ -670,7 +670,7 @@ async def all(
670670
at (Timestamp, optional): Time of the query. Defaults to Now.
671671
branch (str, optional): Name of the branch to query from. Defaults to default_branch.
672672
populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
673-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
673+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
674674
offset (int, optional): The offset for pagination.
675675
limit (int, optional): The limit for pagination.
676676
include (list[str], optional): List of attributes or relationships to include in the query.
@@ -767,7 +767,7 @@ async def filters(
767767
kind (str): kind of the nodes to query
768768
at (Timestamp, optional): Time of the query. Defaults to Now.
769769
branch (str, optional): Name of the branch to query from. Defaults to default_branch.
770-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
770+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
771771
populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
772772
offset (int, optional): The offset for pagination.
773773
limit (int, optional): The limit for pagination.
@@ -1833,7 +1833,7 @@ def all(
18331833
kind (str): kind of the nodes to query
18341834
at (Timestamp, optional): Time of the query. Defaults to Now.
18351835
branch (str, optional): Name of the branch to query from. Defaults to default_branch.
1836-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1836+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
18371837
populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
18381838
offset (int, optional): The offset for pagination.
18391839
limit (int, optional): The limit for pagination.
@@ -1880,7 +1880,7 @@ def _process_nodes_and_relationships(
18801880
schema_kind (str): The kind of schema being queried.
18811881
branch (str): The branch name.
18821882
prefetch_relationships (bool): Flag to indicate whether to prefetch relationship data.
1883-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1883+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
18841884
18851885
Returns:
18861886
ProcessRelationsNodeSync: A TypedDict containing two lists:
@@ -1967,7 +1967,7 @@ def filters(
19671967
kind (str): kind of the nodes to query
19681968
at (Timestamp, optional): Time of the query. Defaults to Now.
19691969
branch (str, optional): Name of the branch to query from. Defaults to default_branch.
1970-
timeout (int, optional): Overrides default timeout used when querying the graphql API. Specified in seconds.
1970+
timeout (int, optional): Overrides default timeout used when querying the GraphQL API. Specified in seconds.
19711971
populate_store (bool, optional): Flag to indicate whether to populate the store with the retrieved nodes.
19721972
offset (int, optional): The offset for pagination.
19731973
limit (int, optional): The limit for pagination.

0 commit comments

Comments
 (0)