GraphqlQuery.MutationInfo (graphql_query v0.3.7)

View Source

Represents 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

t()

@type t() :: %GraphqlQuery.MutationInfo{
  fragments: [String.t()],
  location: GraphqlQuery.Location.t() | nil,
  name: String.t() | nil
}