Notification
version : 0.0.0
stability : stable
Objects
Notification
Fields
Name | Type | Description |
---|---|---|
login | String! | The notification's login. |
organization | Organization! | Owner organization. |
account | Account! | Owner account. |
owner | User! | Owner user. |
id | ID! | The notification's identifier |
name | String! | The notification's name |
trigger | EventTrigger! | The notification's trigger |
uri | String! | The notification's URI (callback / ARN) |
createdAt | DateTime! | The notification's creation time |
updatedAt | DateTime! | The notification's update time |
NotificationEdge
Fields
Name | Type | Description |
---|---|---|
cursor | ID! | - |
node | Notification | - |
PageInfo
Information about type pagination in a connection. Fields
Name | Type | Description |
---|---|---|
startCursor | ID | When paginating backwards, the cursor to continue. |
endCursor | ID | When paginating forwards, the cursor to continue. |
hasNextPage | Boolean! | When paginating forwards, are there more items? |
hasPreviousPage | Boolean! | When paginating backwards, are there more items? |
NotificationConnection
Fields
Name | Type | Description |
---|---|---|
edges | [NotificationEdge]! | - |
nodes | [Notification]! | - |
pageInfo | PageInfo! | - |
Queries
notification
Returns: Notification
Arguments
Name | Type | Description |
---|---|---|
login | String! | - |
notifications
Returns: NotificationConnection
Arguments
Name | Type | Description |
---|---|---|
first | Int! | - |
after | String | - |
Mutations
createNotification
Returns: Notification
Arguments
Name | Type | Description |
---|---|---|
input | CreateNotificationMutationInput! | - |
updateNotification
Returns: Notification
Arguments
Name | Type | Description |
---|---|---|
input | UpdateNotificationMutationInput! | - |
deleteNotification
Returns: Notification
Arguments
Name | Type | Description |
---|---|---|
input | DeleteNotificationMutationInput! | - |
Inputs
CreateNotificationMutationInput
Fields
Name | Type | Description | Default |
---|---|---|---|
name | ConstraintString | The notification's name | - |
trigger | EventTrigger | The notification's trigger | - |
uri | ConstraintString | The notification's URI (callback / ARN) | - |
UpdateNotificationMutationInput
Fields
Name | Type | Description | Default |
---|---|---|---|
login | ConstraintString | The notification's login. | - |
name | ConstraintString | The notification's name | - |
trigger | EventTrigger | The notification's trigger | - |
uri | ConstraintString | The notification's URI (callback / ARN) | - |
DeleteNotificationMutationInput
Fields
Name | Type | Description | Default |
---|---|---|---|
login | ConstraintString | The notification's login. | - |