NameInput
A name consisting of a firstName and lastName.
input NameInput {
firstName: String!
lastName: String!
}
Fields
NameInput.firstName
● String!
non-null scalar
The first name of the user
NameInput.lastName
● String!
non-null scalar
The last name of the user
Member Of
CreateUserAddressInput
input ● CreateVendorAddressInput
input