Docs.rs
  • apollo-compiler-1.0.0-beta.2
    • apollo-compiler 1.0.0-beta.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lrlna
    • github:apollographql:rust-platform
    • Dependencies
      • apollo-parser ^0.7.1 normal
      • ariadne ^0.3.0 normal
      • indexmap ^2.0.0 normal
      • rowan ^0.15.5 normal
      • salsa ^0.16.1 normal
      • thiserror ^1.0.31 normal
      • triomphe ^0.1.9 normal
      • anyhow ^1.0 dev
      • criterion ^0.5.1 dev
      • expect-test ^1.4 dev
      • miette ^5.0 dev
      • notify ^6.0.0 dev
      • pretty_assertions ^1.3.0 dev
      • serial_test ^2.0.0 dev
      • uuid ^1.4 normal
    • Versions
    • 22.55% of the crate is documented
  • Go to latest stable release
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

apollo_compiler1.0.0-beta.2

  • Structs
  • Enums
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Diagnostics
  • FileId
  • Node
  • NodeLocation
  • NodeStr
  • Parser
  • SourceFile
  • ast::Argument
  • ast::Directive
  • ast::DirectiveDefinition
  • ast::Directives
  • ast::Document
  • ast::EnumTypeDefinition
  • ast::EnumTypeExtension
  • ast::EnumValueDefinition
  • ast::Field
  • ast::FieldDefinition
  • ast::FloatOverflowError
  • ast::FloatValue
  • ast::FragmentDefinition
  • ast::FragmentSpread
  • ast::InlineFragment
  • ast::InputObjectTypeDefinition
  • ast::InputObjectTypeExtension
  • ast::InputValueDefinition
  • ast::IntValue
  • ast::InterfaceTypeDefinition
  • ast::InterfaceTypeExtension
  • ast::ObjectTypeDefinition
  • ast::ObjectTypeExtension
  • ast::OperationDefinition
  • ast::ScalarTypeDefinition
  • ast::ScalarTypeExtension
  • ast::SchemaDefinition
  • ast::SchemaExtension
  • ast::Serialize
  • ast::UnionTypeDefinition
  • ast::UnionTypeExtension
  • ast::VariableDefinition
  • executable::ExecutableDocument
  • executable::Field
  • executable::FieldSet
  • executable::Fragment
  • executable::FragmentSpread
  • executable::GetOperationError
  • executable::InlineFragment
  • executable::Operation
  • executable::SelectionSet
  • schema::Component
  • schema::ComponentStr
  • schema::Directives
  • schema::EnumType
  • schema::ExtensionId
  • schema::InputObjectType
  • schema::InterfaceType
  • schema::ObjectType
  • schema::ScalarType
  • schema::Schema
  • schema::SchemaBuilder
  • schema::SchemaDefinition
  • schema::UnionType

Enums

  • ast::Definition
  • ast::DirectiveLocation
  • ast::OperationType
  • ast::Selection
  • ast::Type
  • ast::Value
  • executable::OperationRef
  • executable::Selection
  • schema::ComponentOrigin
  • schema::ExtendedType
  • schema::FieldLookupError

Functions

  • parse_mixed

Type Aliases

  • ast::Name
  • ast::NamedType