mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
export const GraphQLText = {
|
|
GraphQL: "GraphQL",
|
|
cypressGraphQL: "cypress-GraphQL",
|
|
urlInputLabel: "URL",
|
|
urlInputPlaceholder: "https://api.example.com/v1/graphql",
|
|
};
|