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 query() with third party GraphQL
libraries.-
Classes