Hasura.RQL.Types.GraphqlSchemaIntrospection
newtype SetGraphqlIntrospectionOptions Source #
Constructors
Fields
Defined in Hasura.RQL.Types.GraphqlSchemaIntrospection
Methods
(==) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> Bool #
(/=) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> Bool #
showsPrec :: Int -> SetGraphqlIntrospectionOptions -> ShowS #
show :: SetGraphqlIntrospectionOptions -> String #
showList :: [SetGraphqlIntrospectionOptions] -> ShowS #
Associated Types
type Rep SetGraphqlIntrospectionOptions :: Type -> Type #
from :: SetGraphqlIntrospectionOptions -> Rep SetGraphqlIntrospectionOptions x #
to :: Rep SetGraphqlIntrospectionOptions x -> SetGraphqlIntrospectionOptions #
(<>) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
sconcat :: NonEmpty SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
stimes :: Integral b => b -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
mempty :: SetGraphqlIntrospectionOptions #
mappend :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
mconcat :: [SetGraphqlIntrospectionOptions] -> SetGraphqlIntrospectionOptions #
rnf :: SetGraphqlIntrospectionOptions -> () #
hashWithSalt :: Int -> SetGraphqlIntrospectionOptions -> Int
hash :: SetGraphqlIntrospectionOptions -> Int
parseJSON :: Value -> Parser SetGraphqlIntrospectionOptions
parseJSONList :: Value -> Parser [SetGraphqlIntrospectionOptions]
toJSON :: SetGraphqlIntrospectionOptions -> Value
toEncoding :: SetGraphqlIntrospectionOptions -> Encoding
toJSONList :: [SetGraphqlIntrospectionOptions] -> Value
toEncodingList :: [SetGraphqlIntrospectionOptions] -> Encoding
unchanged :: Accesses -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> Bool Source #