CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module GraphQL

Provides classes for modeling the graphql gem.

Import path

import codeql.ruby.frameworks.GraphQL

Classes

GraphqlFieldDefinitionMethodCall

A MethodCall that represents calling the class method field on a GraphQL object.

GraphqlFieldResolutionMethod

A Method which represents an instance method which is the resolver method for a GraphQL field.

GraphqlInputObjectArgumentDefinitionCall

A call to argument in a GraphQL InputObject class.

GraphqlLoadMethod

A load_* method on a sub-class of either GraphQL::Schema::RelayClassicMutation or GraphQL::Schema::Resolver.

GraphqlResolveMethod

A resolve instance method on a sub-class of either GraphQL::Schema::RelayClassicMutation or GraphQL::Schema::Resolver.

GraphqlSchemaObjectClass

A ClassDeclaration for a class that extends GraphQL::Schema::Object. For example,