Added API key authentication.
This commit is contained in:
@@ -37,7 +37,7 @@ export const entitiesSchema = `
|
||||
}
|
||||
|
||||
type EntitiesResult {
|
||||
nodes: [Entity]
|
||||
nodes: [Entity!]!
|
||||
}
|
||||
|
||||
type Entity {
|
||||
@@ -47,7 +47,7 @@ export const entitiesSchema = `
|
||||
url: String
|
||||
type: String
|
||||
parent: Entity
|
||||
children: [Entity]
|
||||
children: [Entity!]!
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user