You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/graphql.schema.json

12131 lines
326 KiB
JSON

{
"__schema": {
"description": null,
"queryType": {
"name": "Query"
},
"mutationType": {
"name": "Mutation"
},
"subscriptionType": null,
"types": [
{
"kind": "SCALAR",
"name": "Date",
4 years ago
"description": "timestamp object YYYY-MM-ddThh:mm:ss.sssZ",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Time",
"description": "only time hh-mm-ss",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CargoBike",
"description": "The CargoBike type is central to the graph. You could call it the root.",
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "group",
"description": "see column A in info tabelle",
"args": [],
"type": {
"kind": "ENUM",
"name": "Group",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modelName",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "numberOfWheels",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "forCargo",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "forChildren",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "numberOfChildren",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "security",
4 years ago
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be called Security?",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Security",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "technicalEquipment",
4 years ago
"description": "Does not refer to an extra table in the database.",
"args": [],
"type": {
"kind": "OBJECT",
"name": "TechnicalEquipment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dimensionsAndLoad",
4 years ago
"description": "Does not refer to an extra table in the database.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DimensionsAndLoad",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeEvents",
"description": null,
4 years ago
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "equipment",
"description": null,
4 years ago
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "equipmentType",
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "stickerBikeNameState",
"description": "Sticker State",
"args": [],
"type": {
"kind": "ENUM",
"name": "StickerBikeNameState",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "note",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "provider",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "Provider",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "participants",
"description": "all participants currently engaged with the cargoBike",
"args": [],
"type": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "insuranceData",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "InsuranceData",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lendingStation",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "taxes",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "Taxes",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
4 years ago
{
"name": "currentEngagements",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
4 years ago
{
"name": "engagement",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
4 years ago
{
"name": "timeFrames",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "ID",
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "String",
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Int",
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Boolean",
"description": "The `Boolean` scalar type represents `true` or `false`.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CargoBikeCreateInput",
4 years ago
"description": "if you want to add bike to a lending station, create a new timeFrame with to: Date = null",
"fields": null,
"inputFields": [
{
"name": "group",
"description": "see column A in info tabelle",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "Group",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "modelName",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "numberOfWheels",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "forCargo",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "forChildren",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "numberOfChildren",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "security",
4 years ago
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be called Security?",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "SecurityCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "technicalEquipment",
4 years ago
"description": "Does not refer to an extra table in the database.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TechnicalEquipmentCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "dimensionsAndLoad",
4 years ago
"description": "Does not refer to an extra table in the database.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DimensionsAndLoadCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "equipmentTypeIds",
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "stickerBikeNameState",
"description": "Sticker State",
"type": {
"kind": "ENUM",
"name": "StickerBikeNameState",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "providerId",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "insuranceData",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "InsuranceDataCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "taxes",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TaxesCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CargoBikeUpdateInput",
4 years ago
"description": "if you want to add bike to a lending station, create a new timeFrame with to: Date = null",
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "group",
"description": "see column A in info tabelle",
"type": {
"kind": "ENUM",
"name": "Group",
"ofType": null
},
"defaultValue": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "modelName",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "numberOfWheels",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "forCargo",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "forChildren",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "numberOfChildren",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "security",
4 years ago
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be called Security?",
"type": {
"kind": "INPUT_OBJECT",
"name": "SecurityUpdateInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "technicalEquipment",
4 years ago
"description": "Does not refer to an extra table in the database.",
"type": {
"kind": "INPUT_OBJECT",
"name": "TechnicalEquipmentUpdateInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "dimensionsAndLoad",
4 years ago
"description": "Does not refer to an extra table in the database.",
"type": {
"kind": "INPUT_OBJECT",
"name": "DimensionsAndLoadUpdateInput",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "equipmentTypeIds",
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2\nIf set, ols realtions will be over written. Set [] to delete all",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "stickerBikeNameState",
"description": "Sticker State",
"type": {
"kind": "ENUM",
"name": "StickerBikeNameState",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "provider",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "insuranceData",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "InsuranceDataUpdateInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "taxes",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "TaxesUpdateInput",
"ofType": null
},
"defaultValue": null
4 years ago
},
{
"name": "keepLock",
"description": "will keep Bike locked if set to true, default = false",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InsuranceData",
"description": null,
"fields": [
{
"name": "name",
4 years ago
"description": "Eventually, this field will become an enum or a separate data table and user can choose from a pool of insurance companies.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "benefactor",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "billing",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "noPnP",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maintenanceResponsible",
"description": "eg. Anbieter, flotte, eigenleistung",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maintenanceBenefactor",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maintenanceAgreement",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasFixedRate",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fixedRate",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projectAllowance",
"description": "Projektzuschuss",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Float",
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "InsuranceDataCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "name",
4 years ago
"description": "Eventually, this field will become an enum or a separate data table and user can choose from a pool of insurance companies.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "benefactor",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "billing",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "noPnP",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceResponsible",
"description": "eg. Anbieter, flotte, eigenleistung",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceBenefactor",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceAgreement",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasFixedRate",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "fixedRate",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "projectAllowance",
"description": "Projektzuschuss",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "notes",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "InsuranceDataUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "name",
4 years ago
"description": "Eventually, this field will become an enum or a separate data table and user can choose from a pool of insurance companies.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "benefactor",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "billing",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "noPnP",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceResponsible",
"description": "eg. Anbieter, flotte, eigenleistung",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceBenefactor",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "maintenanceAgreement",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "hasFixedRate",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "fixedRate",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "projectAllowance",
"description": "Projektzuschuss",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
"name": "notes",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "DimensionsAndLoad",
"description": "How are the dimensions and how much weight can handle a bike. This data is merged in the CargoBike table and the BikeModel table.",
"fields": [
{
4 years ago
"name": "hasCoverBox",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockable",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "boxLength",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "boxWidth",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "boxHeight",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maxWeightBox",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maxWeightLuggageRack",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "maxWeightTotal",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeLength",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeWidth",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeHeight",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeWeight",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DimensionsAndLoadCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "hasCoverBox",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "lockable",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "boxLength",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "boxWidth",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "boxHeight",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "maxWeightBox",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "maxWeightLuggageRack",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "maxWeightTotal",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "bikeLength",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "bikeWidth",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "bikeHeight",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
"name": "bikeWeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "DimensionsAndLoadUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "hasCoverBox",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "lockable",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
},
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "boxLength",
"description": null,
4 years ago
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "boxWidth",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "boxHeight",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "maxWeightBox",
"description": null,
4 years ago
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "maxWeightLuggageRack",
"description": null,
4 years ago
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "maxWeightTotal",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "bikeLength",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "bikeWidth",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "bikeHeight",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Float",
"ofType": null
},
4 years ago
"defaultValue": null
4 years ago
},
{
"name": "bikeWeight",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "TechnicalEquipment",
"description": "Some Technical Info about the bike.\nThis should be 1-1 Relation with the CargoBike.\nSo no id needed for mutation. One Mutation for the CargoBike will be enough.",
"fields": [
{
4 years ago
"name": "bicycleShift",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isEBike",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "hasLightSystem",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "specialFeatures",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "INPUT_OBJECT",
4 years ago
"name": "TechnicalEquipmentCreateInput",
4 years ago
"description": null,
"fields": null,
4 years ago
"inputFields": [
{
4 years ago
"name": "bicycleShift",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "isEBike",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "hasLightSystem",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "specialFeatures",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TechnicalEquipmentUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "bicycleShift",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "isEBike",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "hasLightSystem",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "specialFeatures",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Security",
"description": "The Security Info about the bike.\nhis should be 1-1 Relation with the CargoBike.\nSo no id needed for mutation. One Mutation for the CargoBike will be enough.",
4 years ago
"fields": [
{
4 years ago
"name": "frameNumber",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "keyNumberFrameLock",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "keyNumberAXAChain",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "policeCoding",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "adfcCoding",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "SecurityCreateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "frameNumber",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "keyNumberFrameLock",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keyNumberAXAChain",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "policeCoding",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "adfcCoding",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "SecurityUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "frameNumber",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "keyNumberFrameLock",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keyNumberAXAChain",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "policeCoding",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "adfcCoding",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
4 years ago
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
4 years ago
"name": "StickerBikeNameState",
4 years ago
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
4 years ago
"name": "OK",
4 years ago
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "IMPROVE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PRODUCED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NONEED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MISSING",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNKNOWN",
4 years ago
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
4 years ago
"kind": "ENUM",
"name": "Group",
4 years ago
"description": null,
4 years ago
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
4 years ago
{
4 years ago
"name": "KL",
"description": null,
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "LI",
"description": null,
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "SP",
"description": null,
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "FK",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MH",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SZ",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TK",
4 years ago
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Participant",
"description": null,
4 years ago
"fields": [
{
"name": "id",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "start",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "end",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "contactInformation",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "usernamefLotte",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "usernameSlack",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
4 years ago
{
4 years ago
"name": "memberADFC",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "locationZIPs",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "memberCoreTeam",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "distributedActiveBikeParte",
"description": "Note the kommentierte Infodaten Tabelle.\nThis value is calculated form other values.\nIt is true, if the person is not on the black list and not retired\nand is either Mentor dt. Pate or Partner Mentor dt. Partnerpate for at least one bike.",
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
4 years ago
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "engagement",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "workshops",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "lockedUntil",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "Date",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "ParticipantCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "start",
"description": "if not set, CURRENT_DATE will be used",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "end",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "contactInformationId",
"description": "must create contactinformation first, if you want to use new",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "usernamefLotte",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "usernameSlack",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "memberADFC",
"description": "default: false",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "locationZIPs",
"description": null,
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
4 years ago
"name": "memberCoreTeam",
"description": "default: false",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "workshopIds",
"description": null,
4 years ago
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "INPUT_OBJECT",
"name": "ParticipantUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "start",
"description": "if not set, CURRENT_DATE will be used",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "end",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationId",
"description": "must create contactinformation first, if you want to use new",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "usernamefLotte",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "usernameSlack",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "memberADFC",
"description": "default: false",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "locationZIPs",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "memberCoreTeam",
"description": "default: false",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "workshopIds",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Workshop",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "title",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "description",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "date",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "workshopType",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "trainer1",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Participant",
4 years ago
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "trainer2",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "OBJECT",
"name": "Participant",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "participants",
"description": null,
"args": [],
"type": {
"kind": "LIST",
4 years ago
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Participant",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedUntil",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
}
],
4 years ago
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "WorkshopCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "title",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "date",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "workshopTypeId",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "trainer1Id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "trainer2Id",
"description": null,
4 years ago
"type": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
4 years ago
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "WorkshopUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "title",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "date",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "workshopTypeId",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
4 years ago
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "trainer1Id",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "trainer2Id",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
},
4 years ago
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "WorkshopType",
"description": null,
"fields": [
{
4 years ago
"name": "id",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "name",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedUntil",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "WorkshopTypeCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "name",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "WorkshopTypeUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "name",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "EngagementType",
"description": null,
4 years ago
"fields": [
{
4 years ago
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
}
],
4 years ago
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EngagementTypeCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EngagementTypeUpdateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "name",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Engagement",
"description": null,
"fields": [
{
4 years ago
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "engagementType",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EngagementType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "from",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "to",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "participant",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cargoBike",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
4 years ago
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "INPUT_OBJECT",
4 years ago
"name": "EngagementCreateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "engagementTypeId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "from",
"description": "will use CURRENT_DATE if not set",
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "to",
"description": "will use infinit if not set",
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "participantId",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
4 years ago
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EngagementUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "engagementTypeId",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "from",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "to",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "participantId",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "OBJECT",
"name": "Taxes",
"description": null,
4 years ago
"fields": [
4 years ago
{
4 years ago
"name": "costCenter",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "organisationArea",
"description": null,
4 years ago
"args": [],
4 years ago
"type": {
"kind": "ENUM",
"name": "OrganisationArea",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TaxesCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "costCenter",
"description": null,
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
4 years ago
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "organisationArea",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "ENUM",
"name": "OrganisationArea",
"ofType": null
},
4 years ago
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TaxesUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "costCenter",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
4 years ago
"defaultValue": null
},
{
4 years ago
"name": "organisationArea",
"description": null,
"type": {
4 years ago
"kind": "ENUM",
"name": "OrganisationArea",
"ofType": null
},
4 years ago
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "OrganisationArea",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
4 years ago
"name": "IB",
"description": null,
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "ZB",
"description": null,
4 years ago
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Equipment",
"description": "This type represents a piece of equipment that represents a real physical object.\nThe object must be unique. So it is possible to tell it apart from similar objects by a serial number.",
"fields": [
{
4 years ago
"name": "id",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "serialNo",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "title",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "description",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "cargoBike",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "OBJECT",
"name": "CargoBike",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EquipmentCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "serialNo",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "title",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "EquipmentUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "serialNo",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "title",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "description",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "keepLock",
"description": "will keep Bike locked if set to true, default = false",
4 years ago
"type": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "OBJECT",
"name": "EquipmentType",
"description": null,
4 years ago
"fields": [
{
"name": "id",
"description": null,
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "name",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
4 years ago
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "description",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EquipmentTypeCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "name",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "description",
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "EquipmentTypeUpdateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
"ofType": null
}
},
"defaultValue": null
4 years ago
},
{
4 years ago
"name": "name",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "description",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
4 years ago
"kind": "OBJECT",
4 years ago
"name": "BikeEvent",
"description": "An Event is a point in time, when the state of the bike somehow changed.",
4 years ago
"fields": [
{
4 years ago
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "bikeEventType",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
4 years ago
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "BikeEventType",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "cargoBike",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "responsible",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "OBJECT",
"name": "Participant",
"ofType": null
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "related",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
4 years ago
"name": "Participant",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "date",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Date",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "description",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "documents",
"description": "Path to documents",
4 years ago
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "String",
4 years ago
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "remark",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedBy",
"description": "null if not locked by other user",
4 years ago
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockedUntil",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "Date",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "BikeEventCreateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "bikeEventTypeId",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
4 years ago
}
},
"defaultValue": null
},
{
4 years ago
"name": "responsibleId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "relatedId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "date",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Date",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "description",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "documents",
"description": "Path to documents",
4 years ago
"type": {
4 years ago
"kind": "LIST",
4 years ago
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
4 years ago
}
},
"defaultValue": null
4 years ago
},
{
"name": "remark",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "BikeEventUpdateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "bikeEventTypeId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeId",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "responsibleId",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "relatedId",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "date",
4 years ago
"description": null,
4 years ago
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "description",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "documents",
"description": "Path to documents",
4 years ago
"type": {
"kind": "LIST",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "String",
4 years ago
"ofType": null
}
},
"defaultValue": null
4 years ago
},
{
"name": "remark",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
4 years ago
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "BikeEventType",
"description": null,
4 years ago
"fields": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "name",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
4 years ago
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLockedByMe",
"description": null,
4 years ago
"args": [],
"type": {
4 years ago
"kind": "NON_NULL",
4 years ago
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "BikeEventTypeUpdateInput",
"description": null,
4 years ago
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
4 years ago
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "name",
"description": null,
4 years ago
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
4 years ago
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Provider",
"description": "(dt. Anbieter) bezieht sich auf die Beziehung einer Person oder Organisation zum Lastenrad",
4 years ago
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "formName",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "SCALAR",
"name": "String",
"ofType": null
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "privatePerson",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "OBJECT",
"name": "ContactInformation",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "organisation",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "OBJECT",
"name": "Organisation",
4 years ago
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "cargoBikes",
4 years ago
"description": null,
"args": [],
"type": {
4 years ago
"kind": "LIST",
4 years ago
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "CargoBike",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "isLocked",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "ProviderCreateInput",
"description": "(dt. Anbieter)",
4 years ago
"fields": null,
"inputFields": [
{
4 years ago
"name": "formName",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "privatePersonId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "organisationId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeIds",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
4 years ago
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "ProviderUpdateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
4 years ago
"name": "formName",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "String",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "privatePersonId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "organisationId",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "cargoBikeIds",
"description": "cargoBikes are added, you can not take existing relations away. use update cargoBike or add bike to another provider instead",
4 years ago
"type": {
4 years ago
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
4 years ago
},
"defaultValue": null
},
{
4 years ago
"name": "keepLock",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
4 years ago
"name": "Person",
"description": "A Person can have several instances of contact information.\nThe reason for this is, that some people have info for interns and externals that are different.",
4 years ago
"fields": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "name",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "firstName",
4 years ago
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
4 years ago
{
4 years ago
"name": "contactInformation",
4 years ago
"description": null,
4 years ago
"args": [],
4 years ago
"type": {
4 years ago
"kind": "LIST",
4 years ago
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "ContactInformation",
4 years ago
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "isLocked",
4 years ago
"description": null,
4 years ago
"args": [],
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
4 years ago
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "isLockedByMe",
4 years ago
"description": null,
4 years ago
"args": [],
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "Boolean",
4 years ago
"ofType": null
}
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "PersonCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "firstName",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
4 years ago
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
4 years ago
"name": "PersonUpdateInput",
4 years ago
"description": null,
"fields": null,
"inputFields": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "name",
4 years ago
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
4 years ago
"name": "firstName",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ContactInformation",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "person",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "phone",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "phone2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "email",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "email2",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "note",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
4 years ago
"description": null,
4 years ago
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ContactInformationCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "personId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "phone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "phone2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ContactInformationUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "personId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "phone",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "phone2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "email2",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Organisation",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "address",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "Address",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lendingStations",
"description": "(dt. Ausleihstation)",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "associationNo",
"description": "registration number of association",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "registeredAt",
"description": "If Club, at what court registered",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "provider",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "Provider",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contactInformation",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "otherData",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "OrganisationCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "address",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AddressCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "associationNo",
"description": "registration number of association",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "registeredAt",
"description": "If Club, at what court registered",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "otherData",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "OrganisationUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "address",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AddressCreateInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "associationNo",
"description": "registration number of association",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "registeredAt",
"description": "If Club, at what court registered",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "otherData",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LendingStation",
"description": "(dt. Standort)",
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contactInformationIntern",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contactInformationExtern",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "address",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Address",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timeFrames",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "loanPeriod",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "LoanPeriod",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cargoBikes",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "numCargoBikes",
"description": "Total amount of cargoBikes currently assigned to the lending station",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organisation",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "Organisation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "LendingStationCreateInput",
"description": "If you want to create LendingStation with cargoBikes, use createTimeFrame and set to: Date = null",
"fields": null,
"inputFields": [
{
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "contactInformationInternId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationExternId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "address",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AddressCreateInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "loanPeriod",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "LoanPeriodInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "organisationId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "LendingStationUpdateInput",
"description": "If you want to create LendingStation with cargoBikes, use createTimeFrame and set to: Date = null",
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationInternId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "contactInformationExternId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "address",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AddressUpdateInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "loanPeriod",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "LoanPeriodInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "organisationId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LoanPeriod",
"description": "(dt. Ausleihzeiten) not implemented",
"fields": [
{
"name": "generalRemark",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": "notes for each day of the week, starting on Monday",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "loanTimes",
"description": "Loan times from and until for each day of the week.\nStarting with Monday from, Monday to, Tuesday from, ..., Sunday to ",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "LoanPeriodInput",
"description": "(dt. Ausleihzeiten)",
"fields": null,
"inputFields": [
{
"name": "generalRemark",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "notes",
"description": "notes for each day of the week, starting on Monday",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "loanTimes",
"description": "Loan times from and until for each day of the week.\nStarting with Monday from, Monday to, Tuesday from, ..., Sunday to ",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TimeFrame",
"description": "(dt. Zeitscheibe) When was a bike where",
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "from",
"description": "format YYYY-MM-dd",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "to",
"description": "format YYYY-MM-dd",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "note",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lendingStation",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cargoBike",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLocked",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isLockedByMe",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedBy",
"description": "null if not locked by other user",
"args": [],
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockedUntil",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TimeFrameCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "from",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "to",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "lendingStationId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "cargoBikeId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TimeFrameUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "from",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "to",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null
},
{
"name": "note",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "lendingStationId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "cargoBikeId",
"description": null,
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "keepLock",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Address",
"description": null,
"fields": [
{
"name": "street",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "number",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "zip",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "AddressCreateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "street",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "number",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "zip",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "AddressUpdateInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "street",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "number",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "zip",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ActionLog",
"description": null,
"fields": [
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "date",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "action",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entity",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entriesOld",
"description": "in json format",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entriesNew",
"description": "in json format",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Query",
"description": null,
"fields": [
{
"name": "cargoBikeById",
"description": "Will (eventually) return all properties of cargo bike",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cargoBikes",
"description": "returns cargoBikes ordered by name ascending, relations are not loaded, use cargoBikeById instead",
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "engagementById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "engagements",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "engagementTypeById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "EngagementType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "engagementTypes",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EngagementType",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "equipmentById",
"description": "equipment by id, will return null if id not found",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "equipment",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "equipmentTypeById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "equipmentTypes",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "providerById",
"description": "return null if id not found",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Provider",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "providers",
"description": "unique equipment with pagination, contains relation to bike (with no further joins), so if you wanna know more about the bike, use cargoBikeById",
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Provider",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "participantById",
"description": "participant by id",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "participants",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "workshopTypeById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "workshopTypes",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "workshopById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "workshops",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lendingStationById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lendingStations",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organisationById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Organisation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organisations",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Organisation",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timeFrameById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timeframes",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contactInformationById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contactInformation",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "personById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "persons",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bikeEventTypes",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bikeEventTypeByd",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bikeEvents",
"description": null,
"args": [
{
"name": "offset",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "limit",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bikeEventById",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "actionLog",
"description": "actionLog for current user",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ActionLog",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "actionLogByUser",
"description": "actionLog for specific user",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ActionLog",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "actionLogAll",
"description": "actionLog form all users",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ActionLog",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Mutation",
"description": null,
"fields": [
{
"name": "createCargoBike",
"description": "CARGO BIKE\ncreates new cargoBike and returns cargobike with new ID",
"args": [
{
"name": "cargoBike",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CargoBikeCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockCargoBike",
"description": "lock cargoBike returns bike if bike is not locked and locks bike or Error if bike cannot be locked",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockCargoBike",
"description": "unlock cargoBike, returns true if Bike does not exist",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateCargoBike",
"description": "updates cargoBike of given ID with supplied fields and returns updated cargoBike",
"args": [
{
"name": "cargoBike",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CargoBikeUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CargoBike",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteCargoBike",
"description": "true on success",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createEquipment",
"description": "EQUIPMENT\ncreates new peace of unique Equipment",
"args": [
{
"name": "equipment",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EquipmentCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockEquipment",
"description": "lock equipment returns true if bike is not locked or if it doesnt exist",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockEquipment",
"description": "unlock Equipment, returns true if Bike does not exist",
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateEquipment",
"description": "update Equipment, returns updated equipment. CargoBike will be null, if cargoBikeId is not set. Pass null for cargoBikeIs to delete the relation",
"args": [
{
"name": "equipment",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EquipmentUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Equipment",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteEquipment",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createEquipmentType",
"description": null,
"args": [
{
"name": "equipmentType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EquipmentTypeCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockEquipmentType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockEquipmentType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateEquipmentType",
"description": null,
"args": [
{
"name": "equipmentType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EquipmentTypeUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EquipmentType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteEquipmentType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createLendingStation",
"description": "LENDINGSTATION\ncreates new lendingStation and returns lendingStation with new ID",
"args": [
{
"name": "lendingStation",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "LendingStationCreateInput",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockLendingStation",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockLendingStation",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateLendingStation",
"description": "updates lendingStation of given ID with supplied fields and returns updated lendingStation",
"args": [
{
"name": "lendingStation",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "LendingStationUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LendingStation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteLendingStation",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createTimeFrame",
"description": null,
"args": [
{
"name": "timeFrame",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TimeFrameCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockTimeFrame",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockTimeFrame",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateTimeFrame",
"description": null,
"args": [
{
"name": "timeFrame",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TimeFrameUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimeFrame",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteTimeFrame",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createBikeEventType",
"description": "BIKEEVENT",
"args": [
{
"name": "name",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockBikeEventType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockBikeEventType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateBikeEventType",
"description": null,
"args": [
{
"name": "bikeEventType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "BikeEventTypeUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEventType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteBikeEventType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createBikeEvent",
"description": "creates new BikeEvent",
"args": [
{
"name": "bikeEvent",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "BikeEventCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockBikeEvent",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockBikeEvent",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateBikeEvent",
"description": null,
"args": [
{
"name": "bikeEvent",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "BikeEventUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "BikeEvent",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteBikeEvent",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createParticipant",
"description": "PARTICIPANTS",
"args": [
{
"name": "participant",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ParticipantCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockParticipant",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockParticipant",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateParticipant",
"description": null,
"args": [
{
"name": "participant",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ParticipantUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Participant",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteParticipant",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createWorkshopType",
"description": null,
"args": [
{
"name": "workshopType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "WorkshopTypeCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockWorkshopType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockWorkshopType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateWorkshopType",
"description": null,
"args": [
{
"name": "workshopType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "WorkshopTypeUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "WorkshopType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteWorkshopType",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createWorkshop",
"description": null,
"args": [
{
"name": "workshop",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "WorkshopCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockWorkshop",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unlockWorkshop",
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateWorkshop",
"description": null,
"args": [
{
"name": "workshop",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "WorkshopUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
4 years ago
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Workshop",
"ofType": null
}
4 years ago
},
4 years ago
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "deleteWorkshop",
4 years ago
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "createContactInformation",
"description": "create new contactInfo",
4 years ago
"args": [
{
4 years ago
"name": "contactInformation",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "ContactInformationCreateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lockContactInformation",
"description": null,
"args": [
4 years ago
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockContactInformation",
"description": null,
4 years ago
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "updateContactInformation",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "contactInformation",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "ContactInformationUpdateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ContactInformation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deleteContactInformation",
"description": null,
"args": [
4 years ago
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "createPerson",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "person",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "PersonCreateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockPerson",
4 years ago
"description": null,
4 years ago
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Person",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockPerson",
"description": null,
4 years ago
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "updatePerson",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "person",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "PersonUpdateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Person",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deletePerson",
"description": null,
"args": [
4 years ago
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createEngagement",
"description": "create Engagement",
"args": [
{
"name": "engagement",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "EngagementCreateInput",
4 years ago
"ofType": null
4 years ago
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockEngagement",
4 years ago
"description": null,
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockEngagement",
4 years ago
"description": null,
"args": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
4 years ago
"name": "ID",
4 years ago
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateEngagement",
"description": null,
"args": [
4 years ago
{
4 years ago
"name": "engagement",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "EngagementUpdateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Engagement",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "deleteEngagement",
4 years ago
"description": null,
4 years ago
"args": [
{
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
4 years ago
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
4 years ago
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "createEngagementType",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "engagementType",
4 years ago
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "EngagementTypeCreateInput",
4 years ago
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "EngagementType",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "lockEngagementType",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
4 years ago
"name": "EngagementType",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockEngagementType",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "updateEngagementType",
"description": null,
"args": [
{
4 years ago
"name": "engagementType",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
4 years ago
"name": "EngagementTypeUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
4 years ago
"name": "EngagementType",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "deleteEngagementType",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "createProvider",
"description": null,
"args": [
{
4 years ago
"name": "provider",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
"name": "ProviderCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
"name": "Provider",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockProvider",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "OBJECT",
4 years ago
"name": "Provider",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockProvider",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
4 years ago
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
4 years ago
},
{
4 years ago
"name": "updateProvider",
"description": null,
"args": [
{
4 years ago
"name": "provider",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "INPUT_OBJECT",
4 years ago
"name": "ProviderUpdateInput",
"ofType": null
}
},
"defaultValue": null
4 years ago
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "Provider",
4 years ago
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "deleteProvider",
"description": null,
4 years ago
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "createOrganisation",
"description": null,
"args": [
{
4 years ago
"name": "organisation",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
4 years ago
"name": "OrganisationCreateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "Organisation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "lockOrganisation",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
4 years ago
"name": "Organisation",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "unlockOrganisation",
"description": null,
"args": [
{
4 years ago
"name": "id",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
4 years ago
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "updateOrganisation",
"description": null,
"args": [
{
4 years ago
"name": "organisation",
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "OrganisationUpdateInput",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Organisation",
"ofType": null
}
4 years ago
},
"isDeprecated": false,
"deprecationReason": null
},
{
4 years ago
"name": "deleteOrganisation",
4 years ago
"description": null,
"args": [
{
4 years ago
"name": "id",
4 years ago
"description": null,
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
4 years ago
},
"defaultValue": null
}
4 years ago
],
"type": {
4 years ago
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "CacheControlScope",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "PUBLIC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PRIVATE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Upload",
"description": "The `Upload` scalar type represents a file upload.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Schema",
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
"fields": [
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "types",
"description": "A list of all types supported by this server.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "The type that query operations will be rooted at.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mutationType",
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subscriptionType",
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "directives",
"description": "A list of all directives supported by this server.",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Directive",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Type",
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
"fields": [
{
"name": "kind",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__TypeKind",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "specifiedByUrl",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fields",
"description": null,
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Field",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "interfaces",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "possibleTypes",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "enumValues",
"description": null,
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__EnumValue",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inputFields",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ofType",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__TypeKind",
"description": "An enum describing what kind of type a given `__Type` is.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SCALAR",
"description": "Indicates this type is a scalar.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LIST",
"description": "Indicates this type is a list. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NON_NULL",
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Field",
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "args",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeprecated",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deprecationReason",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__InputValue",
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "defaultValue",
"description": "A GraphQL-formatted string representing the default value for this input value.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__EnumValue",
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeprecated",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deprecationReason",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Directive",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"fields": [
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isRepeatable",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locations",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__DirectiveLocation",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "args",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__DirectiveLocation",
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "QUERY",
"description": "Location adjacent to a query operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MUTATION",
"description": "Location adjacent to a mutation operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"description": "Location adjacent to a subscription operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD",
"description": "Location adjacent to a field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_DEFINITION",
"description": "Location adjacent to a fragment definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_SPREAD",
"description": "Location adjacent to a fragment spread.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INLINE_FRAGMENT",
"description": "Location adjacent to an inline fragment.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "VARIABLE_DEFINITION",
"description": "Location adjacent to a variable definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCHEMA",
"description": "Location adjacent to a schema definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCALAR",
"description": "Location adjacent to a scalar definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Location adjacent to an object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD_DEFINITION",
"description": "Location adjacent to a field definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ARGUMENT_DEFINITION",
"description": "Location adjacent to an argument definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Location adjacent to an interface definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Location adjacent to a union definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Location adjacent to an enum definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM_VALUE",
"description": "Location adjacent to an enum value definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Location adjacent to an input object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_FIELD_DEFINITION",
"description": "Location adjacent to an input object field definition.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
}
],
"directives": [
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
"isRepeatable": false,
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Skipped when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
},
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"isRepeatable": false,
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Included when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
},
{
"name": "deprecated",
"description": "Marks an element of a GraphQL schema as no longer supported.",
"isRepeatable": false,
"locations": [
"FIELD_DEFINITION",
"ENUM_VALUE"
],
"args": [
{
"name": "reason",
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": "\"No longer supported\""
}
]
},
{
"name": "specifiedBy",
"description": "Exposes a URL that specifies the behaviour of this scalar.",
"isRepeatable": false,
"locations": [
"SCALAR"
],
"args": [
{
"name": "url",
"description": "The URL that specifies the behaviour of this scalar.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
]
}
]
}
}