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.
5747 lines
156 KiB
JSON
5747 lines
156 KiB
JSON
{
|
|
"__schema": {
|
|
"description": null,
|
|
"queryType": {
|
|
"name": "Query"
|
|
},
|
|
"mutationType": {
|
|
"name": "Mutation"
|
|
},
|
|
"subscriptionType": null,
|
|
"types": [
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"description": null,
|
|
"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",
|
|
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be calles Security?",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Security",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "technicalEquipment",
|
|
"description": "Does not refere to an extra table in the database.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "TechnicalEquipment",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "dimensionsAndLoad",
|
|
"description": "Does not refere 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
|
|
},
|
|
{
|
|
"name": "events",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "BikeEvent",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "equipment",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Equipment",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "otherEquipment",
|
|
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "chainSwaps",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ChainSwap",
|
|
"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
|
|
},
|
|
{
|
|
"name": "coordinator",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"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",
|
|
"description": 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",
|
|
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be calles Security?",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "SecurityCreateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "technicalEquipment",
|
|
"description": "Does not refere 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",
|
|
"description": "Does not refere to an extra table in the database.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DimensionsAndLoadCreateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "otherEquipment",
|
|
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"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": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "InsuranceDataCreateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "taxes",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "TaxesCreateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CargoBikeUpdateInput",
|
|
"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": "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",
|
|
"description": "Safety is a custom type, that stores information about security features.\nTODO: Should this be calles Security?",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "SecurityUpdateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "technicalEquipment",
|
|
"description": "Does not refere to an extra table in the database.",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "TechnicalEquipmentUpdateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "dimensionsAndLoad",
|
|
"description": "Does not refere to an extra table in the database.",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DimensionsAndLoadUpdateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "otherEquipment",
|
|
"description": "Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"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
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "InsuranceData",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": "Eventuelly, this field will become an enum or a seperate 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
|
|
},
|
|
{
|
|
"name": "maintananceResponsible",
|
|
"description": "eg. Anbieter, flotte, eigenleistung",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "maintananceBenefactor",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "maintananceAgreement",
|
|
"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",
|
|
"description": "Eventuelly, this field will become an enum or a seperate 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
|
|
},
|
|
{
|
|
"name": "maintananceResponsible",
|
|
"description": "eg. Anbieter, flotte, eigenleistung",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maintananceBenefactor",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maintananceAgreement",
|
|
"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",
|
|
"description": "Eventuelly, this field will become an enum or a seperate 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
|
|
},
|
|
{
|
|
"name": "maintananceResponsible",
|
|
"description": "eg. Anbieter, flotte, eigenleistung",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maintananceBenefactor",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maintananceAgreement",
|
|
"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": "ENUM",
|
|
"name": "Group",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "KL",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "LI",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SP",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "BikeModel",
|
|
"description": "The BikeModel can be used for instantiate new bikes with a given model.\nIt should only be used to fill in default values.\nEven bikes of the same model can have different properties.",
|
|
"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": "dimensionsAndLoad",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "DimensionsAndLoad",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "technicalEquipment",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "TechnicalEquipment",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Participant",
|
|
"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": "start",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "end",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "mentor",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ContactInformation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "usernamefLotte",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "usernameSlack",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "memberADFC",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "locationZIPs",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleCoreTeam",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleCoordinator",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleEmployeADFC",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleMentor",
|
|
"description": "Wahr, wenn die Person Pate ist.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleAmbulance",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "roleBringer",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workshopMentor",
|
|
"description": "Date of workshop to become Mentor dt. Pate",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workshopAmbulance",
|
|
"description": "Date of last Erste Hilfe Kurs?",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "reserve",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Taxes",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "costCenter",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizationArea",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "OrganizationArea",
|
|
"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,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "organizationArea",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "OrganizationArea",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "TaxesUpdateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "costCenter",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "organizationArea",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "OrganizationArea",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "OrganizationArea",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "IB",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ZB",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ChainSwap",
|
|
"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": "mechanic",
|
|
"description": "TODO why is this a string\"",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "timeOfSwap",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "keyNumberOldAXAChain",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"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": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "serialNo",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "investable",
|
|
"description": "TODO unclear what this means. tomy fragen",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "BikeEvent",
|
|
"description": "An Event is a point in time, when the state of the bike somehow changed.",
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "eventType",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "BikeEventType",
|
|
"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": "note",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "documents",
|
|
"description": "Path to documents",
|
|
"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": "ENUM",
|
|
"name": "BikeEventType",
|
|
"description": "TODO: Some eventTypes are missing (und auf deutsch)",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "KAUF",
|
|
"description": "The enum EventType can also be represented as an enum in postgresQL.\nIt is possible to add items to an enum in postgresQL without changing the source code.\nHowever, it not possible to change the graphQL schema.\nConcluding we should not use an enum here, if users want to add EventTypes to the enum.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INBETRIEBNAHME",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "AUSFALL",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "WARTUNG",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"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": [
|
|
{
|
|
"name": "hasCoverBox",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lockable",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "boxLength",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "boxWidth",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "boxHeight",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "maxWeightBox",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "maxWeightLuggageRack",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "maxWeightTotal",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "bikeLength",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "bikeWidth",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "bikeHeight",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "bikeWeight",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DimensionsAndLoadCreateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "hasCoverBox",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "lockable",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxLength",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxWidth",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxHeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightBox",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightLuggageRack",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightTotal",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeLength",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeWidth",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeHeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeWeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DimensionsAndLoadUpdateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "hasCoverBox",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "lockable",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxLength",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxWidth",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "boxHeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightBox",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightLuggageRack",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "maxWeightTotal",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeLength",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeWidth",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeHeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bikeWeight",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"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": [
|
|
{
|
|
"name": "bicycleShift",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isEBike",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "hasLightSystem",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "specialFeatures",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "TechnicalEquipmentCreateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "bicycleShift",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "isEBike",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "hasLightSystem",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "specialFeatures",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "TechnicalEquipmentUpdateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "bicycleShift",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "isEBike",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "hasLightSystem",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "specialFeatures",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"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.",
|
|
"fields": [
|
|
{
|
|
"name": "frameNumber",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "keyNumberFrameLock",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "SecurityCreateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "frameNumber",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "keyNumberFrameLock",
|
|
"description": null,
|
|
"type": {
|
|
"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
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "SecurityUpdateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "frameNumber",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "keyNumberFrameLock",
|
|
"description": null,
|
|
"type": {
|
|
"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
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "StickerBikeNameState",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "OK",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Provider",
|
|
"description": "(dt. Anbieter)",
|
|
"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": "formularName",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"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": "providerContactPerson",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ContactInformation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isPrivatePerson",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organisation",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Organisation",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cargoBikes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CargoBike",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"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": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstName",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "retiredAt",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phoneExtern",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone2Extern",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phoneIntern",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone2Intern",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "emailExtern",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "emailIntern",
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ContactInformationCreateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "firstName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "retiredAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phoneExtern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phone2Extern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phoneIntern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phone2Intern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "emailExtern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "emailIntern",
|
|
"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": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "firstName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "retiredAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phoneExtern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phone2Extern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phoneIntern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "phone2Intern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "emailExtern",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "emailIntern",
|
|
"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": "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": "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": "otherdata",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"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": "contactInformation",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"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": "loanTimes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "LoanTimes",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "loanPeriods",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "LoanPeriod",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LendingStationCreateInput",
|
|
"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": "contactInformation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ContactInformationCreateInput",
|
|
"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": "loanTimes",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanTimesInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "loanPeriods",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanPeriodCreateInput",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LendingStationUpdateInput",
|
|
"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": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "contactInformation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ContactInformationUpdateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "address",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "AddressUpdateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "loanTimes",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanTimesInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "loanPeriods",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanPeriodUpdateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "LoanTimes",
|
|
"description": "(dt. Ausleihzeiten)",
|
|
"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": "times",
|
|
"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": "LoanTimesInput",
|
|
"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": "times",
|
|
"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": "LoanPeriod",
|
|
"description": "(dt. Zeitscheibe)",
|
|
"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": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Date",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "to",
|
|
"description": null,
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanPeriodCreateInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"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": "INPUT_OBJECT",
|
|
"name": "LendingStationCreateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "cargoBikeID",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CargoBikeCreateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoanPeriodUpdateInput",
|
|
"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": "lendingStation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LendingStationUpdateInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "cargoBike",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CargoBikeUpdateInput",
|
|
"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": "Query",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "cargoBikeById",
|
|
"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": "CargoBike",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cargoBikes",
|
|
"description": "returns all cargoBikes",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CargoBike",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cargoBikesByProvider",
|
|
"description": "not important, you can just use providerById {cargoBikes}",
|
|
"args": [
|
|
{
|
|
"name": "providerId",
|
|
"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": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CargoBike",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "providerById",
|
|
"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": "Provider",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "providers",
|
|
"description": null,
|
|
"args": [],
|
|
"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": 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": "Participant",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "participants",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Participant",
|
|
"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": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "LendingStation",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "contactInformation",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ContactInformation",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Mutation",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "addBike",
|
|
"description": "for testing",
|
|
"args": [
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CargoBike",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "createCargoBike",
|
|
"description": "creates 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": "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": "createLendingStation",
|
|
"description": "creates 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": "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
|
|
}
|
|
],
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |