User
Foreign type User
type User {
id: UUID!
paymentInformations(
skip: Int = 0
first: Int = 2147483647
orderBy: PaymentInformationOrder
filter: PaymentInformationFilter
): PaymentInformationConnection
}
Fields
User.id
● UUID!
non-null scalar
The uuid identifier of the user
User.paymentInformations
● PaymentInformationConnection
object
A connection for an users payment informations.
User.paymentInformations.skip
●Int
scalarNumber of items to skip
User.paymentInformations.first
● Int
scalar
Number of items to return
User.paymentInformations.orderBy
● PaymentInformationOrder
input
Ordering
User.paymentInformations.filter
● PaymentInformationFilter
input
Filtering
Member Of
PaymentInformation
object
Implemented By
_Entity
union