class GraphQL::StaticValidation::DefinitionDependencies::NodeWithPath

Attributes

node[R]
path[R]

Public Class Methods

new(node, path) click to toggle source
# File lib/graphql/static_validation/definition_dependencies.rb, line 101
def initialize(node, path)
  @node = node
  @path = path
end