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