mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Created new query for createPendingCreations
This commit is contained in:
parent
9049427103
commit
c43b3491f0
13
admin/src/graphql/createPendingCreation.js
Normal file
13
admin/src/graphql/createPendingCreation.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import gql from 'graphql-tag'
|
||||||
|
|
||||||
|
export const createPendingCreation = gql`
|
||||||
|
query ($email: String!, $amount: Int!, $note: String!, $creationDate: String!, $moderator: Int!) {
|
||||||
|
createPendingCreation(
|
||||||
|
email: $email
|
||||||
|
amount: $amount
|
||||||
|
note: $note
|
||||||
|
creationDate: $creationDate
|
||||||
|
moderator: $moderator
|
||||||
|
)
|
||||||
|
}
|
||||||
|
`
|
||||||
Loading…
x
Reference in New Issue
Block a user