Person
No description
type Person {
id: ID!
name: String!
email: String
phone: String
ip: String
}
Fields
Person.id ● ID! non-null scalar
Person.name ● String! non-null scalar
Person.email ● String scalar
Person.phone ● String scalar
Person.ip ● String scalar
Member Of
Payout object ● Transaction object