Skip to content
Snippets Groups Projects
Commit bd5be6a5 authored by Anatole ROMON's avatar Anatole ROMON
Browse files

trouver les utilisateurs avec droit d'admin sur un groupe

parent 70c1d28e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ import { assertBinaryExpression } from 'babel-types';
import { Group, User } from './user_and_group';
const typeDefs = `
type Query {
allGroups: [Group]
group(uid: ID) : Group
......@@ -33,6 +34,7 @@ const typeDefs = `
}
type AdminMutation {
createSubgroup(
uid: ID = null,
name: 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