Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

fix(service): fix to regex so it wont affect autogenerated types #8

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

Tibiritabara
Copy link

I just added a space on the regular expression. The old fix was also including autogenerated types. Example, if I define the node "TestNode", graphene generates in the schema a "TestNodeEdge". With the old regular expression, this type would have also been affected by the change.

@erebus1
Copy link
Collaborator

erebus1 commented Oct 3, 2019

Good catch
Thanks!

@erebus1 erebus1 merged commit 064717f into preply:master Oct 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants