input ListUsersInput {
    limit: Int
    since\_id: ID
}
type Mutation {
    users(params: ListUsersInput): [User]!
}
Comments