Package com.linecorp.armeria.server.graphql.protocol
@UnstableApi
@NonNullByDefault
package com.linecorp.armeria.server.graphql.protocol
HttpService
implementations for supporting the GraphQL protocol.
This GraphQL service only handles network layers and cannot parse a GraphQL query. You should parse
the GraphqlRequest.query()
with third party GraphQL
libraries.