Reference
Queries

Queries

WARNING

GetPaid GraphQL API is in alpha build and is subject to change without warning. While the overall schemas will not vary much, the fields could undergo major revision. (see GraphQL Best Practices for Versioning (opens in a new tab))

About Queries

In a GraphQL schema, the root type serves as the entry point for queries and mutations. The query type within the root type specifies the operations that can be used to retrieve data from the server.

For more information see "Making a Call."

Specification

user

Lookup a user by user ID.

Type: User

ARGUMENTS

NameDescription
userId ( string! )The user's ID.
Last updated on January 4, 2023