ToolJet/cypress-tests/cypress/constants/texts/graphQL.js

7 lines
176 B
JavaScript
Raw Normal View History

2025-08-03 07:09:18 +00:00
export const GraphQLText = {
GraphQL: "GraphQL",
cypressGraphQL: "cypress-GraphQL",
urlInputLabel: "URL",
urlInputPlaceholder: "https://api.example.com/v1/graphql",
};