ash_graphql/.formatter.exs

78 lines
1.4 KiB
Elixir
Raw Permalink Normal View History

spark_locals_without_parens = [
action: 2,
action: 3,
action: 4,
2021-04-06 02:37:50 +12:00
allow_nil?: 1,
2024-06-11 04:50:17 +12:00
argument_input_types: 1,
argument_names: 1,
as_mutation?: 1,
attribute_input_types: 1,
attribute_types: 1,
2020-08-14 10:55:34 +12:00
authorize?: 1,
auto?: 1,
2020-08-14 10:55:34 +12:00
create: 2,
create: 3,
create: 4,
depth_limit: 1,
derive_filter?: 1,
derive_sort?: 1,
description: 1,
2020-08-14 10:55:34 +12:00
destroy: 2,
destroy: 3,
destroy: 4,
encode_primary_key?: 1,
error_handler: 1,
field_names: 1,
filterable_fields: 1,
generate_object?: 1,
2020-08-14 10:55:34 +12:00
get: 2,
get: 3,
get: 4,
2023-04-27 15:40:25 +12:00
hide_fields: 1,
2024-03-12 03:48:44 +13:00
hide_inputs: 1,
identity: 1,
ignore?: 1,
keyset_field: 1,
2020-08-14 10:55:34 +12:00
list: 2,
list: 3,
list: 4,
lookup_identities: 1,
lookup_with_primary_key?: 1,
managed_relationship: 2,
managed_relationship: 3,
2023-01-29 07:02:21 +13:00
metadata_names: 1,
metadata_types: 1,
modify_resolution: 1,
2024-05-27 01:50:54 +12:00
paginate_relationship_with: 1,
paginate_with: 1,
2021-01-13 09:14:35 +13:00
primary_key_delimiter: 1,
read_action: 1,
2021-04-04 19:10:50 +12:00
read_one: 2,
read_one: 3,
read_one: 4,
relationships: 1,
relay?: 1,
relay_id_translations: 1,
root_level_errors?: 1,
show_fields: 1,
2023-01-29 07:02:21 +13:00
show_metadata: 1,
show_raised_errors?: 1,
tracer: 1,
2020-08-14 10:55:34 +12:00
type: 1,
type_name: 1,
types: 1,
2020-08-14 10:55:34 +12:00
update: 2,
update: 3,
update: 4,
upsert?: 1,
upsert_identity: 1
2020-08-14 10:55:34 +12:00
]
2020-05-02 04:32:56 +12:00
[
2020-08-14 10:55:34 +12:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
2020-08-14 10:55:34 +12:00
export: [
locals_without_parens: spark_locals_without_parens
2020-08-14 10:55:34 +12:00
]
2020-05-02 04:32:56 +12:00
]