Skip to main content

CrateCreateInput

Input for 'crateCreate' Mutation.

type CrateCreateInput {
name: String!
}

Fields

name (String!)

The name of the crate to be created.