Created
June 2, 2022 22:04
-
-
Save mshick/ed8b94eb328765f665a7dada9d48667d to your computer and use it in GitHub Desktop.
pr3591
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projectId": "6932824a-6645-4fad-9a9e-5f8bf15b21f8", | |
"dataKey": "AQIDAHhcZWXOdlBglkxBhI23ElO/clC/kuw5ynjXDSqJgfTz8gEuQAJ2TbVIlaCU7btc64AfAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMTM0WaVe8Rhi6GyT0AgEQgDsiGU5nS77M1UlcodLZH7iZr2I37OjxCCLgghIQRTdVCGbIVzfh6dUoTpjkQMeO+kGN3w1brkmTX6RKFw==", | |
"version": 4, | |
"created": "2022-06-02T21:58:57.718Z", | |
"updated": "2022-06-02T22:03:33.348Z", | |
"defaultLocale": "en-us", | |
"locales": ["en-us"], | |
"apiVersion": "2", | |
"schemaVersion": "3.18.0", | |
"queries": { | |
"Rick_characters": { | |
"resolver": { | |
"name": "graphql:query", | |
"service": "rick", | |
"fieldName": "characters" | |
}, | |
"args": { | |
"type": "object", | |
"properties": { | |
"page": {"type": "integer"}, | |
"filter": {"@ref": "rick:FilterCharacter"} | |
} | |
}, | |
"shape": "Rick_Characters" | |
}, | |
"characters": { | |
"resolver": { | |
"name": "rest:get", | |
"service": "rick", | |
"path": "/character", | |
"options": {"endpoint": "https://rickandmortyapi.com/api"} | |
}, | |
"args": { | |
"type": "object", | |
"properties": { | |
"page": {"type": "integer"}, | |
"filter": {"@ref": "rick:FilterCharacter"} | |
} | |
}, | |
"shape": "Characters" | |
} | |
}, | |
"mutations": {}, | |
"shapes": { | |
"Characters": { | |
"id": "Characters", | |
"name": "Characters", | |
"title": "Characters", | |
"schema": { | |
"type": "object", | |
"properties": { | |
"results": { | |
"type": "array", | |
"items": { | |
"type": "object", | |
"properties": { | |
"id": {"type": "number"}, | |
"name": {"type": "string"} | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"workflows": {}, | |
"forms": {}, | |
"services": { | |
"rick": { | |
"id": "rick", | |
"provider": "generic", | |
"title": "Rick", | |
"namespace": "Rick", | |
"serviceType": "graphql", | |
"authenticationType": "none", | |
"options": {"endpoint": "https://rickandmortyapi.com/graphql"} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment