Sha256: d1f7a441e46ec72651a54f2138e03e0c8679d9bfbf6c21fdb1108a9c0c8d3fc6
Contents?: true
Size: 460 Bytes
Versions: 97
Compression:
Stored size: 460 Bytes
Contents
mutation AppCreate($org: Int!, $title: String!, $app_url: Url!, $redir: [Url]!, $type: AppType) { appCreate(input: {organizationID: $org, title: $title, applicationUrl: $app_url, redirectUrlWhitelist: $redir, appType: $type}) { app { id apiKey title applicationUrl redirectUrlWhitelist apiSecretKeys { secret createdAt } appType } userErrors { field message } } }
Version data entries
97 entries across 97 versions & 1 rubygems