Home / Function/ get_graphql_pr_edges() — fastapi Function Reference

get_graphql_pr_edges() — fastapi Function Reference

Architecture documentation for the get_graphql_pr_edges() function in contributors.py from the fastapi codebase.

Function python FastAPI Applications calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  5d883755_3c62_6fe5_d0c5_9c8ecd734bd3["get_graphql_pr_edges()"]
  cf4b5bfd_e515_e220_1b74_2b9dbfada762["contributors.py"]
  5d883755_3c62_6fe5_d0c5_9c8ecd734bd3 -->|defined in| cf4b5bfd_e515_e220_1b74_2b9dbfada762
  7c05826d_e58f_1156_2d56_d4b1b1d17662["get_pr_nodes()"]
  7c05826d_e58f_1156_2d56_d4b1b1d17662 -->|calls| 5d883755_3c62_6fe5_d0c5_9c8ecd734bd3
  64e8d92b_1174_0872_5e7d_6421740a38ff["get_graphql_response()"]
  5d883755_3c62_6fe5_d0c5_9c8ecd734bd3 -->|calls| 64e8d92b_1174_0872_5e7d_6421740a38ff
  style 5d883755_3c62_6fe5_d0c5_9c8ecd734bd3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

scripts/contributors.py lines 148–153

def get_graphql_pr_edges(
    *, settings: Settings, after: str | None = None
) -> list[PullRequestEdge]:
    data = get_graphql_response(settings=settings, query=prs_query, after=after)
    graphql_response = PRsResponse.model_validate(data)
    return graphql_response.data.repository.pullRequests.edges

Domain

Subdomains

Called By

Frequently Asked Questions

What does get_graphql_pr_edges() do?
get_graphql_pr_edges() is a function in the fastapi codebase, defined in scripts/contributors.py.
Where is get_graphql_pr_edges() defined?
get_graphql_pr_edges() is defined in scripts/contributors.py at line 148.
What does get_graphql_pr_edges() call?
get_graphql_pr_edges() calls 1 function(s): get_graphql_response.
What calls get_graphql_pr_edges()?
get_graphql_pr_edges() is called by 1 function(s): get_pr_nodes.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free