mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch '5059-groups/5190-group-profile' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5190-group-profile
# Conflicts: # webapp/graphql/groups.js
This commit is contained in:
commit
23512c6e96
@ -3,7 +3,7 @@ import gql from 'graphql-tag'
|
||||
// ------ mutations
|
||||
|
||||
export const createGroupMutation = gql`
|
||||
mutation(
|
||||
mutation (
|
||||
$id: ID
|
||||
$name: String!
|
||||
$slug: String
|
||||
@ -42,7 +42,7 @@ export const createGroupMutation = gql`
|
||||
// ------ queries
|
||||
|
||||
export const groupQuery = gql`
|
||||
query(
|
||||
query (
|
||||
$isMember: Boolean
|
||||
$id: ID
|
||||
$name: String
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user