Application
type Application implements Node {
iconFile: CloudinaryAsset
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
description: String
icon: String
privacyPolicyURL: String
termsServiceURL: String
websiteURL: String
supportEmail: String
status: ApplicationStatus!
statusReason: String
secretKey: String!
redirectUrls(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ApplicationRedirectUrlOrder
where: ApplicationRedirectUrlWhereInput
): ApplicationRedirectUrlConnection!
scopes(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ApplicationScopeOrder
where: ApplicationScopeWhereInput
): ApplicationScopeConnection!
settingsGroups(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ApplicationSettingsGroupOrder
where: ApplicationSettingsGroupWhereInput
): ApplicationSettingsGroupConnection!
}
Fields
Application.iconFile ● CloudinaryAsset object
Application.id ● ID! non-null scalar
Application.createdAt ● Time! non-null scalar
Application.updatedAt ● Time! non-null scalar
Application.companyID ● String! non-null scalar
Application.name ● String! non-null scalar
Application.description ● String scalar
Application.icon ● String scalar
Application.privacyPolicyURL ● String scalar
Application.termsServiceURL ● String scalar
Application.websiteURL ● String scalar
Application.supportEmail ● String scalar
Application.status ● ApplicationStatus! non-null enum
Application.statusReason ● String scalar
Application.secretKey ● String! non-null scalar
Application.redirectUrls ● ApplicationRedirectUrlConnection! non-null object
Application.redirectUrls.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
Application.redirectUrls.first ● Int scalar
Returns the first n elements from the list.
Application.redirectUrls.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
Application.redirectUrls.last ● Int scalar
Returns the last n elements from the list.
Application.redirectUrls.orderBy ● ApplicationRedirectUrlOrder input
Ordering options for ApplicationRedirectUrls returned from the connection.
Application.redirectUrls.where ● ApplicationRedirectUrlWhereInput input
Filtering options for ApplicationRedirectUrls returned from the connection.
Application.scopes ● ApplicationScopeConnection! non-null object
Application.scopes.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
Application.scopes.first ● Int scalar
Returns the first n elements from the list.
Application.scopes.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
Application.scopes.last ● Int scalar
Returns the last n elements from the list.
Application.scopes.orderBy ● ApplicationScopeOrder input
Ordering options for ApplicationScopes returned from the connection.
Application.scopes.where ● ApplicationScopeWhereInput input
Filtering options for ApplicationScopes returned from the connection.
Application.settingsGroups ● ApplicationSettingsGroupConnection! non-null object
Application.settingsGroups.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
Application.settingsGroups.first ● Int scalar
Returns the first n elements from the list.
Application.settingsGroups.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
Application.settingsGroups.last ● Int scalar
Returns the last n elements from the list.
Application.settingsGroups.orderBy ● ApplicationSettingsGroupOrder input
Ordering options for ApplicationSettingsGroups returned from the connection.
Application.settingsGroups.where ● ApplicationSettingsGroupWhereInput input
Filtering options for ApplicationSettingsGroups returned from the connection.
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
application query ● createApplication mutation ● rotateSecretKey mutation ● updateApplication mutation
Member Of
ApplicationEdge object ● ApplicationRedirectUrl object ● ApplicationScope object ● ApplicationSettingsGroup object