INPUT_OBJECT

UpdateApplicationEventEndpoint

link GraphQL Schema definition

1input UpdateApplicationEventEndpoint {
4
2# ID of application
3id: ID!
7
5# Event endpoint of application
6eventEndpoint: String!
8}