Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype BigQueryProjectId = BigQueryProjectId {}
- newtype BigQueryDataset = BigQueryDataset {}
- data PKey
- newtype GoogleAccessToken = GoogleAccessToken Text
- data TokenResp = TokenResp {}
- data ServiceAccount = ServiceAccount {}
- data ConfigurationJSON a
- = FromEnvJSON Text
- | FromYamlJSON a
- data ConfigurationInputs
- data ConfigurationInput
- data BigQueryConnSourceConfig = BigQueryConnSourceConfig {}
- data RetryOptions = RetryOptions {}
- data BigQueryConnection = BigQueryConnection {}
- data BigQuerySourceConfig = BigQuerySourceConfig {}
Documentation
newtype BigQueryProjectId Source #
Instances
newtype BigQueryDataset Source #
Instances
Instances
FromJSON PKey Source # | |
ToJSON PKey Source # | |
HasCodec PKey Source # | |
Data PKey Source # | |
Defined in Hasura.Backends.BigQuery.Source gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PKey -> c PKey # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PKey # dataTypeOf :: PKey -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PKey) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PKey) # gmapT :: (forall b. Data b => b -> b) -> PKey -> PKey # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PKey -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PKey -> r # gmapQ :: (forall d. Data d => d -> u) -> PKey -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PKey -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PKey -> m PKey # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PKey -> m PKey # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PKey -> m PKey # | |
Generic PKey Source # | |
Show PKey Source # | |
NFData PKey Source # | |
Defined in Hasura.Backends.BigQuery.Source | |
Eq PKey Source # | |
Hashable PKey Source # | |
type Rep PKey Source # | |
Defined in Hasura.Backends.BigQuery.Source type Rep PKey = D1 ('MetaData "PKey" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "PKey" 'PrefixI 'True) (S1 ('MetaSel ('Just "unPKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrivateKey) :*: S1 ('MetaSel ('Just "originalBS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newtype GoogleAccessToken Source #
Instances
Instances
FromJSON TokenResp Source # | |
Data TokenResp Source # | |
Defined in Hasura.Backends.BigQuery.Source gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TokenResp -> c TokenResp # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TokenResp # toConstr :: TokenResp -> Constr # dataTypeOf :: TokenResp -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TokenResp) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TokenResp) # gmapT :: (forall b. Data b => b -> b) -> TokenResp -> TokenResp # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TokenResp -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TokenResp -> r # gmapQ :: (forall d. Data d => d -> u) -> TokenResp -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TokenResp -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp # | |
Generic TokenResp Source # | |
Show TokenResp Source # | |
NFData TokenResp Source # | |
Defined in Hasura.Backends.BigQuery.Source | |
Eq TokenResp Source # | |
Hashable TokenResp Source # | |
type Rep TokenResp Source # | |
Defined in Hasura.Backends.BigQuery.Source type Rep TokenResp = D1 ('MetaData "TokenResp" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "TokenResp" 'PrefixI 'True) (S1 ('MetaSel ('Just "_trAccessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GoogleAccessToken) :*: S1 ('MetaSel ('Just "_trExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))) |
data ServiceAccount Source #
Instances
data ConfigurationJSON a Source #
Instances
data ConfigurationInputs Source #
Configuration inputs when they are a YAML array or an Env var whose value is a comma-separated string
Instances
data ConfigurationInput Source #
Configuration input when the YAML value as well as the Env var have singular values
Instances
data BigQueryConnSourceConfig Source #
Instances
data RetryOptions Source #
Instances
Eq RetryOptions Source # | |
Defined in Hasura.Backends.BigQuery.Source (==) :: RetryOptions -> RetryOptions -> Bool # (/=) :: RetryOptions -> RetryOptions -> Bool # |
data BigQueryConnection Source #
Instances
Eq BigQueryConnection Source # | |
Defined in Hasura.Backends.BigQuery.Source (==) :: BigQueryConnection -> BigQueryConnection -> Bool # (/=) :: BigQueryConnection -> BigQueryConnection -> Bool # |
data BigQuerySourceConfig Source #
Instances
ToJSON BigQuerySourceConfig Source # | |
Defined in Hasura.Backends.BigQuery.Source toJSON :: BigQuerySourceConfig -> Value Source # toEncoding :: BigQuerySourceConfig -> Encoding Source # toJSONList :: [BigQuerySourceConfig] -> Value Source # toEncodingList :: [BigQuerySourceConfig] -> Encoding Source # | |
Show BigQuerySourceConfig Source # | |
Defined in Hasura.Backends.BigQuery.Source showsPrec :: Int -> BigQuerySourceConfig -> ShowS # show :: BigQuerySourceConfig -> String # showList :: [BigQuerySourceConfig] -> ShowS # | |
Eq BigQuerySourceConfig Source # | |
Defined in Hasura.Backends.BigQuery.Source (==) :: BigQuerySourceConfig -> BigQuerySourceConfig -> Bool # (/=) :: BigQuerySourceConfig -> BigQuerySourceConfig -> Bool # | |
Has () BigQuerySourceConfig Source # | |
Defined in Hasura.Backends.BigQuery.Source getter :: BigQuerySourceConfig -> () Source # modifier :: (() -> ()) -> BigQuerySourceConfig -> BigQuerySourceConfig Source # hasLens :: Lens BigQuerySourceConfig () Source # |
Orphan instances
ToJSON PrivateKey Source # | |
toJSON :: PrivateKey -> Value Source # toEncoding :: PrivateKey -> Encoding Source # toJSONList :: [PrivateKey] -> Value Source # toEncodingList :: [PrivateKey] -> Encoding Source # | |
ToJSON PublicKey Source # | |
Generic PrivateKey Source # | |
type Rep PrivateKey :: Type -> Type # from :: PrivateKey -> Rep PrivateKey x # to :: Rep PrivateKey x -> PrivateKey # | |
Generic PublicKey Source # | |
Hashable PrivateKey Source # | |
hashWithSalt :: Int -> PrivateKey -> Int Source # hash :: PrivateKey -> Int Source # | |
Hashable PublicKey Source # | |