naystack - v1.5.10
    Preparing search index...

    Module graphql

    GraphQL module: server init, query/field helpers, resolver libraries, error helpers, and context types.

    // Server-side (resolvers, route setup)
    import { query, field, QueryLibrary, FieldLibrary, initGraphQLServer, GQLError } from "naystack/graphql";

    // Type helpers
    import type { QueryResponseType, FieldResponseType, Context, AuthorizedContext } from "naystack/graphql";

    References

    AuthorizedContext → AuthorizedContext
    Context → Context
    field → field
    FieldLibrary → FieldLibrary
    FieldResponseType → FieldResponseType
    GQLError → GQLError
    initGraphQLServer → initGraphQLServer
    query → query
    QueryLibrary → QueryLibrary
    QueryResponseType → QueryResponseType