You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message "cohort.createCheckins is not a function" was issued in response to the checkinsCreate mutation entered from the GraphQL Playground against Staging
Branch: development
Mutation:
mutation {
checkinsCreate(cohort_id: 1)
}
Response:
{
"data": null,
"errors": [
{
"message": "cohort.createCheckins is not a function",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"checkinsCreate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"stacktrace": [
"TypeError: cohort.createCheckins is not a function",
" at checkinsCreate (/nodeserver/schema/mutations/admin/cohort_users_checkin_create/cohort_users_checkin_create.js:12:21)"
]
}
}
}
]
}
The text was updated successfully, but these errors were encountered:
The error message "cohort.createCheckins is not a function" was issued in response to the
checkinsCreate
mutation entered from the GraphQL Playground against StagingBranch:
development
Mutation:
Response:
The text was updated successfully, but these errors were encountered: