Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodlenet
nodejs-services
Commits
e1718f36
Commit
e1718f36
authored
Oct 15, 2020
by
aleclofabbro
Browse files
0
parent
042b8bc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
graphql/schema.graphql
View file @
e1718f36
...
...
@@ -93,16 +93,3 @@ type Mutation {
createKnows
(
from
:
ID
!,
to
:
ID
!):
Knows
createFollows
(
from
:
ID
!,
to
:
ID
!):
Follows
}
enum
Role
{
Anonymous
Admin
System
WebUser
}
type
Auth
{
userId
:
ID
!
token
:
String
!
roles
:
[
Role
!]!
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment