Home / Function/ get_graphql_sponsor_edges() — fastapi Function Reference

get_graphql_sponsor_edges() — fastapi Function Reference

Architecture documentation for the get_graphql_sponsor_edges() function in sponsors.py from the fastapi codebase.

Function python FastAPI Routing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  eb49d5be_c20e_5a41_efdc_b17f494422e3["get_graphql_sponsor_edges()"]
  056ab1dd_e9bf_db94_7561_c9133dc915c2["sponsors.py"]
  eb49d5be_c20e_5a41_efdc_b17f494422e3 -->|defined in| 056ab1dd_e9bf_db94_7561_c9133dc915c2
  e9b739de_0cfd_85f5_029a_698cbb21a09e["get_individual_sponsors()"]
  e9b739de_0cfd_85f5_029a_698cbb21a09e -->|calls| eb49d5be_c20e_5a41_efdc_b17f494422e3
  cb8370c1_c0b7_cdfb_ca84_39d495c54a2c["get_graphql_response()"]
  eb49d5be_c20e_5a41_efdc_b17f494422e3 -->|calls| cb8370c1_c0b7_cdfb_ca84_39d495c54a2c
  style eb49d5be_c20e_5a41_efdc_b17f494422e3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

scripts/sponsors.py lines 119–124

def get_graphql_sponsor_edges(
    *, settings: Settings, after: str | None = None
) -> list[SponsorshipAsMaintainerEdge]:
    data = get_graphql_response(settings=settings, query=sponsors_query, after=after)
    graphql_response = SponsorsResponse.model_validate(data)
    return graphql_response.data.user.sponsorshipsAsMaintainer.edges

Domain

Subdomains

Defined In

Frequently Asked Questions

What does get_graphql_sponsor_edges() do?
get_graphql_sponsor_edges() is a function in the fastapi codebase, defined in scripts/sponsors.py.
Where is get_graphql_sponsor_edges() defined?
get_graphql_sponsor_edges() is defined in scripts/sponsors.py at line 119.
What does get_graphql_sponsor_edges() call?
get_graphql_sponsor_edges() calls 1 function(s): get_graphql_response.
What calls get_graphql_sponsor_edges()?
get_graphql_sponsor_edges() is called by 1 function(s): get_individual_sponsors.

Analyze Your Own Codebase

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

Try Supermodel Free