mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 01:17:24 +00:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
|
export const GraphQLText = {
|
||
|
|
GraphQL: "GraphQL",
|
||
|
|
cypressGraphQL: "cypress-GraphQL",
|
||
|
|
urlInputLabel: "URL",
|
||
|
|
urlInputPlaceholder: "https://api.example.com/v1/graphql",
|
||
|
|
};
|