CrateCreateResult
Describes the possible types that the 'crateCreate' Mutation can return.
union CrateCreateResult = CrateCreateSuccess | CrateCreateError
Possible types
CrateCreateSuccess
The crate was created successfully.
CrateCreateError
An error object returned if an error occurred while creating a crate.