Skip to content
Snippets Groups Projects
Commit 8704ad52 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Modifs schéma GraphQL

parent ffde0a39
No related branches found
No related tags found
No related merge requests found
import server from './server'; import server from './server';
import router from './admin_view/admin_view'; import router from './admin_view/admin_view';
import colors from 'colors'; import colors from 'colors';
import path from 'path';
/** /**
* @file index * @file index
......
...@@ -43,9 +43,11 @@ const typeDefs = ` ...@@ -43,9 +43,11 @@ const typeDefs = `
} }
type Group { type Group {
name: String name: String!
id: Int id: ID!
school: String updatedAt: String!
description: String
school: String!
} }
`; `;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment