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 router from './admin_view/admin_view';
import colors from 'colors';
import path from 'path';
/**
* @file index
......
......@@ -43,9 +43,11 @@ const typeDefs = `
}
type Group {
name: String
id: Int
school: String
name: String!
id: ID!
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