Search:
OBJECT
User
link GraphQL Schema definition
- type User {
- : ID
- : String
- : String
- : Address
- : Company
- : [Student]
- : [StoredCard]
- # These are items the user has chosen to hide from all default item listings.
- : [PaymentItem]
- # Retrieves the last transaction for this user for any number of payment items.
- #
- # Arguments
- # ItemIDs: [Not documented]
- (: [ID]): [Txn]
- }