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

graphql.errors.graphqls Maven / Gradle / Ivy

The newest version!

type InputError {
    path:    String!
    name:    String!
    type:    String!
    label:   String!
    value:   String!
    status:  Int!
    message: String
}

type InputErrors {
    errors: [InputError!]!
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy