INPUT_OBJECT

AccessTokenInput

link GraphQL Schema definition

1input AccessTokenInput {
2
3id: Int
4
5token: String
6}

link Required by