Skip to main content

DuplicateCreatorNameError

No description

type DuplicateCreatorNameError implements ErrorInterface {
message: String!
existingCreator: Creator!
}

Fields

message (String!)

existingCreator (Creator!)

Interfaces

ErrorInterface