AniLink - v2.0.0
    Preparing search index...

    Class GraphQLOperationAbstract

    GraphQLOperation is the GraphQL protocol layer shared by every GraphQL-style provider.

    It extends the provider-agnostic BaseOperation with what GraphQL adds on top of plain HTTP: a provider endpoint, JSON-encoded { query, variables } bodies, validate-then-dispatch ordering for operation variables, and envelope unwrapping. Provider subclasses pin their endpoint (the AniList subclass does this with a constant); concrete operations only declare their variables interface, GraphQL document, and a thin method.

    Hierarchy (View Summary)

    Index