Skip to main content

PackageHolder

No description

input PackageHolder {
age: Int!
name: String!
surname: String!
contact: PackageContactInput!
}

Fields

PackageHolder.age ● Int! non-null scalar

Age of the holder

PackageHolder.name ● String! non-null scalar

Name of the holder

PackageHolder.surname ● String! non-null scalar

Surname of the holder

PackageHolder.contact ● PackageContactInput! non-null input

Contact information of the holder

Member Of

BookWhereInput input