gradido/admin/src/graphql/showAutomaticCreation.js

19 lines
265 B
JavaScript

import gql from 'graphql-tag'
export const showAutomaticCreation = gql`
query ($id: Int!) {
showAutomaticCreation {
id
startDate
endDate
name
memo
amount
cycle
repetition
maxAmount
code
}
}
`