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
-- For clink, place this file in one of the folders described here: | |
-- https://github.com/mridgers/clink/blob/master/docs/clink.md#file-locations | |
-- For cmder, place this file in the cmder config folder | |
local parser = clink.arg.new_parser | |
local no_options_parser = parser({}) | |
local target_options = { |
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
endpoints: | |
- url: http://localhost:60000/simple/v1/cj9bgncpa00040157l0nft8x4 | |
authentication: caller | |
- url: ${env:GRAPHCOOL_SECOND_ENDPOINT} | |
authentication: | |
token: ${env:GRAPHCOOL_TOKEN} | |
types: | |
- sdl: ./src/linkingSchema.graphql | |
- code: ./src/permissionSchema.ts |