CreateSealPayload
Autogenerated return type of CreateSeal.
type CreateSealPayload {
clientMutationId: String
seal: Seal!
}
Fields
CreateSealPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateSealPayload.seal
● Seal!
non-null object
Returned By
createSeal
mutation