OBJECT
Admin
link GraphQL Schema definition
- type Admin {
- String :
- Int :
- # Authenticate with email and password, not available for all users
- #
- # Arguments
- # email:
- # password:
- String!, : String!): Authenticate ( :
- # Information about the current API key and the license it belongs to.
- #
- # rate limits: 1/1s, 100/1h
- License :
- # Historic visibility weekly
- #
- # Arguments
- # user_id:
- String): [LicenseByUser] ( :
- }