package graphql_ppx
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  GraphQL PPX rewriter for Bucklescript/ReasonML
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v1.0.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=bcf43590b569405282f698ad5bdb45f9
    
    
  sha512=644479f8fc2760cf202c4bce04cb5cf6e1a8f38fcc9a68583c92b8c4fe614c58d4d28e29a21935ef01f3b049d3ebea14ae6eaebf01000ec2a69cf62105338d8a
    
    
  doc/graphql_ppx.base/Graphql_ppx_base/Graphql_ast/index.html
Module Graphql_ppx_base.Graphql_ast
type type_ref = | Tr_named of string Source_pos.spanning| Tr_list of type_ref Source_pos.spanning| Tr_non_null_named of string Source_pos.spanning| Tr_non_null_list of type_ref Source_pos.spanning
type input_value = | Iv_null| Iv_int of int| Iv_float of float| Iv_string of string| Iv_boolean of bool| Iv_enum of string| Iv_variable of string| Iv_list of input_value Source_pos.spanning list| Iv_object of (string Source_pos.spanning * input_value Source_pos.spanning) list
type variable_definition = {vd_type : type_ref Source_pos.spanning;vd_default_value : input_value Source_pos.spanning option;
}type variable_definitions =
  (string Source_pos.spanning * variable_definition) listtype argument = string Source_pos.spanning * input_value Source_pos.spanningtype arguments = argument listtype directive = {d_name : string Source_pos.spanning;d_arguments : arguments Source_pos.spanning option;
}type fragment_spread = {fs_name : string Source_pos.spanning;fs_directives : directive Source_pos.spanning list;
}type field = {fd_alias : string Source_pos.spanning option;fd_name : string Source_pos.spanning;fd_arguments : arguments Source_pos.spanning option;fd_directives : directive Source_pos.spanning list;fd_selection_set : selection list Source_pos.spanning option;
}and inline_fragment = {if_type_condition : string Source_pos.spanning option;if_directives : directive Source_pos.spanning list;if_selection_set : selection list Source_pos.spanning;
}and selection = | Field of field Source_pos.spanning| FragmentSpread of fragment_spread Source_pos.spanning| InlineFragment of inline_fragment Source_pos.spanning
type operation = {o_type : operation_type;o_name : string Source_pos.spanning option;o_variable_definitions : variable_definitions Source_pos.spanning option;o_directives : directive Source_pos.spanning list;o_selection_set : selection list Source_pos.spanning;
}type fragment = {fg_variable_definitions : variable_definitions Source_pos.spanning option;fg_name : string Source_pos.spanning;fg_type_condition : string Source_pos.spanning;fg_directives : directive Source_pos.spanning list;fg_selection_set : selection list Source_pos.spanning;
}type definition = | Operation of operation Source_pos.spanning| Fragment of fragment Source_pos.spanning
type document = definition listval innermost_name : type_ref -> string sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >