GraphqlQuery.MutationInfo (graphql_query v0.3.7)
View SourceRepresents information about a GraphQL mutation operation.
This struct captures details about GraphQL mutations, including the optional operation name and a list of fragments used within the mutation.
Summary
Types
@type t() :: %GraphqlQuery.MutationInfo{ fragments: [String.t()], location: GraphqlQuery.Location.t() | nil, name: String.t() | nil }