ToolJet/cypress-tests/cypress/constants/texts/graphQL.js
2025-08-03 12:39:18 +05:30

6 lines
176 B
JavaScript

export const GraphQLText = {
GraphQL: "GraphQL",
cypressGraphQL: "cypress-GraphQL",
urlInputLabel: "URL",
urlInputPlaceholder: "https://api.example.com/v1/graphql",
};