add currentUser query
This commit is contained in:
13
app/javascript/__generated__/schema.graphql
generated
13
app/javascript/__generated__/schema.graphql
generated
@@ -35,10 +35,15 @@ type Mutation {
|
||||
}
|
||||
|
||||
type Query {
|
||||
"""
|
||||
An example field added by the generator
|
||||
"""
|
||||
testField: [String!]!
|
||||
currentUser: User
|
||||
}
|
||||
|
||||
type User {
|
||||
email: String!
|
||||
firstName: String!
|
||||
fullName: String!
|
||||
id: ID!
|
||||
lastName: String!
|
||||
}
|
||||
|
||||
input UserAttributesInput {
|
||||
|
||||
Reference in New Issue
Block a user