Method and Description |
---|
com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer.serialize(GraphQLRequest)
Not intended for use and will be move to private method in the next version.
Please use one of:
GraphQLRequestSerializer.toHttpJsonBody(com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest) or GraphQLRequestSerializer.toQueryString(com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest) |
com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest.toString()
Not intended for use and will be removed in the next version.
Please use one of:
GraphQLRequest.toHttpJsonBody() or GraphQLRequest.toQueryString() |