Trait graphql_rs::graphql::GraphQLScalar [] [src]

pub trait GraphQLScalar: GraphQLType {
    type ValueType: Any;
    fn coerce_literal(&self, value: &str) -> Option<Self::ValueType>;
}

Associated Types

Required Methods

Implementors