ProviderCreateInput
Create new Provider input
input ProviderCreateInput {
code: ID!
name: String!
isActive: Boolean
id: ID
}
Fields
ProviderCreateInput.code
● ID!
non-null scalar
No blank, no special characters
ProviderCreateInput.name
● String!
non-null scalar
Provider name
ProviderCreateInput.isActive
● Boolean
scalar
Indicates whether a Provider is active or inactive, true by default
ProviderCreateInput.id
● ID
scalar
Optional, use it only if a specific ID has to be specified