mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
test changes
This commit is contained in:
parent
8349118403
commit
1181c4b85d
@ -1,5 +1,5 @@
|
|||||||
##################################################################################
|
##################################################################################
|
||||||
# BASE #######################################################################TEST
|
# BASE ###########################################################################
|
||||||
##################################################################################
|
##################################################################################
|
||||||
FROM node:14.17.0-alpine3.10 as base
|
FROM node:14.17.0-alpine3.10 as base
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
import gql from 'graphql-tag'
|
import gql from 'graphql-tag'
|
||||||
|
|
||||||
|
// TEST
|
||||||
export const adminCreateContribution = gql`
|
export const adminCreateContribution = gql`
|
||||||
mutation ($email: String!, $amount: Decimal!, $memo: String!, $creationDate: String!) {
|
mutation ($email: String!, $amount: Decimal!, $memo: String!, $creationDate: String!) {
|
||||||
adminCreateContribution(
|
adminCreateContribution(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user