CaseStyle.GraphQLCase (case_style v0.5.0)
Module for converting from and to graphql. GraphQL casing is similar to camelCase only it doesn't allow that it starts with a number.
Examples:
normalText
_1234GraphqlCase
Link to this section Summary
Functions
might_be?(input)
deprecated
See CaseStyle.GraphQLCase.matches?/1
.
Link to this section Functions
Link to this function
might_be?(input)
This function is deprecated. use matches?/1 instead.
See CaseStyle.GraphQLCase.matches?/1
.