Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TT-11737] [PoC] custom Tyk directive @uppercase #6225

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

buraksezer
Copy link
Contributor

PoC for TT-11737. See TykTechnologies/graphql-go-tools#428 for details.

Copy link

API Changes

--- prev.txt	2024-04-12 12:49:08.806463556 +0000
+++ current.txt	2024-04-12 12:49:04.426421816 +0000
@@ -2019,6 +2019,16 @@
 
 func (s *Supergraph) EngineConfig() (*graphql.EngineV2Configuration, error)
 
+type ToUpperDirective struct{}
+
+func NewToUpperDirective() *ToUpperDirective
+
+func (t *ToUpperDirective) DataType() string
+
+func (t *ToUpperDirective) Execute(input []byte) ([]byte, error)
+
+func (t *ToUpperDirective) Name() string
+
 type UniversalDataGraph struct {
 	ApiDefinition   *apidef.APIDefinition
 	HttpClient      *http.Client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant