CreateSessionUsingUserKeyInputType
No description
input CreateSessionUsingUserKeyInputType {
name: String
secret: String!
userKeyId: ObjectID!
}
Fields
CreateSessionUsingUserKeyInputType.name
● String
scalar
CreateSessionUsingUserKeyInputType.secret
● String!
non-null scalar
CreateSessionUsingUserKeyInputType.userKeyId
● ObjectID!
non-null scalar
Member Of
createSessionUsingUserKey
mutation