save
This commit is contained in:
5
.wundergraph/operations/Cloudron.graphql
Normal file
5
.wundergraph/operations/Cloudron.graphql
Normal file
@ -0,0 +1,5 @@
|
||||
query {
|
||||
cloudron_getProfile {
|
||||
email
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
query Dragons {
|
||||
spacex_dragons {
|
||||
name
|
||||
active
|
||||
}
|
||||
}
|
11
.wundergraph/operations/Me.graphql
Normal file
11
.wundergraph/operations/Me.graphql
Normal file
@ -0,0 +1,11 @@
|
||||
query {
|
||||
system_db_users_me {
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
avatar {
|
||||
id
|
||||
}
|
||||
external_identifier
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user