DeleteMappedFieldPayload
Autogenerated return type of DeleteMappedField
type DeleteMappedFieldPayload {
clientMutationId: String
errors: [String!]
msg: String
}
Fields
DeleteMappedFieldPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteMappedFieldPayload.errors
● [String!]
list scalar
DeleteMappedFieldPayload.msg
● String
scalar
Returned By
deleteMappedField
mutation