All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.testing.graphqls Maven / Gradle / Ivy

The newest version!
extend type Query {
    checkData(deploymentId: ID!, jpql: String!): Boolean!
    queryData(deploymentId: ID!, jpql: String!, types: [String!]): JSON
    evaluate(deploymentId: ID!, snel: String!): JSON!

    currentDateTime: DateTime!
}

extend type Mutation {
    loadData(files: [Upload!]!): Boolean!
    initializeAuditing(prefix: String!): Boolean
    import(target: String!, source: String!, raw: [Upload!]!): Boolean!
    export(deploymentId: ID!, target: String!, exportSpec: String!): JSON!

    overrideCurrentDateTime(value: DateTime!): Boolean
    clearCurrentDateTime: Boolean

    collectGarbage: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy